home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 8 / Mac Magazin and MacEasy Magazine CD - Issue 08.iso / Sharewarebibliothek / Updater⁄Infos / V341-15 folder / V34 Code Changes < prev    next >
Text File  |  1995-02-28  |  4KB  |  80 lines

  1. SupraFAXModem 288 (V34 version) FLASH Rom Code Changes
  2. ------------------------------------------------------
  3.  
  4.         {CHANGES.V34 v1.1 2/28/95phm}
  5.  
  6.  
  7. Changes from V34 1.000-12 to 1.000-14 Code
  8. ------------------------------------------
  9.  
  10.  - The ATI10 command was now prints explanations for features 115 and 140.
  11.  
  12.  
  13.  - When copying a dial command from the command buffer to the redial
  14.    buffer the modem did not check the size of the dial command.  So
  15.    long dial commands overwrite variables that follow the redial buffer.
  16.    This code only copies as many characters as will fit.  This prevents
  17.    problems but it does mean the ATDL command will not work with really
  18.    long dial commands (the string will be truncated).
  19.  
  20.  - Corrected an internal modem problem with the AT\S command
  21.    printing the wrong parity and bits per character.
  22.  
  23.  - The delay from answering to when CNG tones will be watched for
  24.    in adaptive answer has been decreased by 600 milliseconds & the
  25.    delay from answering to when ANS tone is generated is now 4 seconds.
  26.    This solves a problem with the new adaptive CNG tone mode (S192 bit
  27.    1) when answering a call.  The originating modem will stop sending
  28.    CNG tones as soon as ANS tone from the answering modem is received.
  29.    With S192=0 the answering modem will try a data carrier and then try
  30.    a fax carrier which will connect.  There is no need for CNG detection.
  31.    With S192=2 adaptive answer will not try a fax carrier after a data
  32.    carrier, it must see a CNG tone.  But the originating modem stops
  33.    sending CNG as soon as it heres the data carrier ANS tone.  By
  34.    delaying 4 seconds before transmitting ANS tone there is time to
  35.    detect a CNG tone.
  36.  
  37.  
  38. Changes from V34 1.000-14 to 1.000-15 Code
  39. ------------------------------------------
  40.  
  41.  - When bit 7 of S110 is set the modem will prefer VFC connections
  42.    over V.34 connections when originating a call.  If the answering
  43.    modem supports both VFC and V.34 a VFC connection will be made
  44.    instead of V.34 connection.
  45.  
  46.  - There is a bug in all Rockwell AC based V.32bis modems when
  47.    originating a fax call.  The cadence of the CNG tone is incorrect.
  48.    The cadence should be 500ms of tone with 3000ms of silence (+-15%).
  49.    The AC modem generates at least 600ms of tone and it may be as
  50.    long as 700ms under some conditions.
  51.    The current cadence based SilentAnswer code requires the tone
  52.    to be between 420ms and 580ms (the +-15% range rounded to a
  53.    multiple of 20ms).  So an ACi/ACL/VFC/V.34 modem in SilentAnswer
  54.    mode will not accept a fax call from an AC based modem.
  55.    The new code allows the tone to be between 420ms and 700ms in
  56.    length.  This will allow detection of calls from AC based modems
  57.    when in SilentAnswer.  The additional time should not cause in
  58.    problems with false detection of CNG.
  59.  
  60.  - The AA and CC signals transmitted when answering a V.32/V.32bis
  61.    call were about 3dB too weak.
  62.  
  63.  - Improved V.34 handshaking
  64.  
  65.  - Improved V.32/V.32bis handshaking after fallback from VFC and V34
  66.    (should correct connection problems with some V.32bis modems
  67.     including USR Sportster and some much older designs.)
  68.  
  69.  - When bit 5 of S192 is set the display will indicate whether
  70.    a rate renegotiation was initiated localy or remotely.  Local
  71.    requests will also indicate falling forward or falling back.
  72.  
  73.  - Improved rate renegotiation requests for better operation on
  74.    on lines with variable noise levels that have caused the modem
  75.    to not adapt to the new line conditions fast enough to avoid
  76.    losing carrier.
  77.  
  78.    
  79.  
  80.